From 7a0600644c1bd38c8e212791679d2708ce6f2072 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 19 May 2011 02:17:09 +0200 Subject: [PATCH] tests: Add missing CSS test --- tests/css/parser/does-not-exist.css | 3 +++ tests/css/parser/does-not-exist.ref.css | 0 2 files changed, 3 insertions(+) create mode 100644 tests/css/parser/does-not-exist.css create mode 100644 tests/css/parser/does-not-exist.ref.css diff --git a/tests/css/parser/does-not-exist.css b/tests/css/parser/does-not-exist.css new file mode 100644 index 0000000000..6a2d0ac1eb --- /dev/null +++ b/tests/css/parser/does-not-exist.css @@ -0,0 +1,3 @@ +foo { + does-not-exist: some-value; +} diff --git a/tests/css/parser/does-not-exist.ref.css b/tests/css/parser/does-not-exist.ref.css new file mode 100644 index 0000000000..e69de29bb2 -- 2.30.2